home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / printing / magicfil.2 / magicfilter-1.2.tar / magicfilter-1.2 / config.h.in < prev    next >
Text File  |  1995-03-29  |  1KB  |  46 lines

  1. /* config.h.in */
  2.  
  3. /* Define if you are using MINIX. */
  4. #undef _MINIX
  5.  
  6. /* Define if necessary to use POSIX facilities on your system. */
  7. #undef _POSIX_SOURCE
  8. #undef _POSIX_1_SOURCE
  9.  
  10. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  11. #undef HAVE_SYS_WAIT_H
  12.  
  13. /* Define to `int' if <sys/types.h> doesn't define.  */
  14. #undef pid_t
  15.  
  16. /* Define if you have the ANSI C header files.  */
  17. #undef STDC_HEADERS
  18.  
  19. /* Define if you have the dup2 function.  */
  20. #undef HAVE_DUP2
  21.  
  22. /* Define if you have the tmpnam function.  */
  23. #undef HAVE_TMPNAM
  24.  
  25. /* Define if you have the waitpid function.  */
  26. #undef HAVE_WAITPID
  27.  
  28. /* Define if you have the wait4 function.  */
  29. #undef HAVE_WAIT4
  30.  
  31. /* Define if you have the <memory.h> header file.  */
  32. #undef HAVE_MEMORY_H
  33.  
  34. /* Define if you have the <paths.h> header file.  */
  35. #undef HAVE_PATHS_H
  36.  
  37. /* Define if you have the <stdlib.h> header file.  */
  38. #undef HAVE_STDLIB_H
  39.  
  40. /* Define if you have the <unistd.h> header file.  */
  41. #undef HAVE_UNISTD_H
  42.  
  43. /* Define if you have a sendmail-compatible mailer. */
  44. #undef HAVE_SENDMAIL
  45. #undef PATH_SENDMAIL
  46.